Events, Web-related


OnWebDocumentComplete Event fired after embedded WebBrowser control completes loading of a document. You may use this event to put focus back to the main application control, this may be needed since the Word/Excel/Acrobat ActiveX steal the focus.
Note:
  • This event corresponds to TWebBrowser.OnDocumentComplete, see Delphi help for details.
OnWebNavigateComplete Event fired after embedded WebBrowser control navigates to a new location.
Note:
  • This event corresponds to TWebBrowser.OnNavigateComplete2, see Delphi help for details.
OnWebStatusTextChange Event fired on WebBrowser status text changing.
Note:
  • This event corresponds to TWebBrowser.OnStatusTextChange, see Delphi help for details.